# Transvaal

#########################################################################
#  The Coming of the Boer War
#########################################################################
event = { 
	id = 17700
	random = no
	country = TRN
	
	# Triggered by ENG 6922
	
	name = "EVT_6922_NAME"
	desc = "EVT_17700_DESC"
	style = 0
	
	picture = coming_of_boer_war
	
	action_a = {
		name = "ACTIONNAME1503B" # Declare War
		command = { type = war which = ENG }
		command = { type = prestige value = 2 }
	}
	action_b = {
		name = "ACTIONNAME17700B" # Submit to British Rule
		command = { type = trigger which = 6923 } # ENG
		command = { type = sleepevent which = 17600 } #ORA
	}
}							

#########################################################################
#  The Boer Guerilla Campaign
#########################################################################

event = {
	id = 17701
	random = no
	country = TRN

	trigger = {
		war = { country = TRN country = ENG }
		control = { province = 2693 data = ENG } #Pretoria
		control = { province = 2700 data = ENG } #Bloemfontein
		}

	name = "EVT_6924_NAME"
	desc = "EVT_6924_DESC"
	style = 0

	date = { day = 1 month = june year = 1900 }
	offset = 10
	deathdate = { day = 1 month = january year = 1908 }

	action_a = {
		name = "ACTIONNAME14231A" #Surrender
		ai_chance = 100
		command = { type = trigger which = 6924 } #ENG
		}

	action_b = {
		name = "ACTIONNAME6925B" #Fight On
		ai_chance = 0
		command = { type = reliability which = infantry value = -5 }
		command = { type = reliability which = cavalry value = -5 }
		command = { type = reliability which = dragoon value = -5 }
		command = { type = reliability which = irregular value = -5 }
		}
	}